home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id002.dxr / 00172.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  165 b   |  10 lines

  1. on exitFrame
  2.   unLoad()
  3.   handcursor(8)
  4.   handcursor(36)
  5.   repeat with n = 50 down to 1
  6.     set the visible of sprite n to 1
  7.     puppetSprite(n, 0)
  8.   end repeat
  9. end
  10.